home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20010921-20020314
/
000042_fdc@watsun.cc.columbia.edu_Tue Oct 16 10:07:31 EDT 2001.msg
< prev
next >
Wrap
Text File
|
2002-03-13
|
2KB
|
53 lines
Article: 12853 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!not-for-mail
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: scripting in server mode
Date: 16 Oct 2001 10:06:54 -0400
Organization: Columbia University
Lines: 36
Message-ID: <9qhetu$jd9@watsun.cc.columbia.edu>
References: <336f652d.0110151140.59de71dd@posting.google.com> <9qffam$mts$1@newsmaster.cc.columbia.edu> <336f652d.0110160550.606670bc@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1003241252 7747 128.59.39.2 (16 Oct 2001 14:07:32 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Oct 2001 14:07:32 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12853
In article <336f652d.0110160550.606670bc@posting.google.com>,
Shifeux <shifeux@hotmail.com> wrote:
: Thanks for info.
:
: > What do you mean by "session"? You can log all the server's actions
: > in a transaction log. Just add:
: >
: > LOG TRANSACTIONS filename
: >
: > to the script before starting the server, specifying the desired file
: > for the log.
:
: I was calling this a session log. This works great.
:
: > There are probably better ways to do what you want. If you want to delete
: > each file from the source after, and only if, it has been successfully
: > transferred, there is a /DELETE switch on the client SEND and GET commands
: > for this. For tutorials on "atomic file movement", see:
:
: I was trying minimize the work for the client side, trying to make it
: as simple as possible for the client, but you are correct this will be
: just fine. I appreciate the help. I see kermit 8 has support for an
: ssh connection, does in by chance also support a sFTP session?
:
No, but it does support FTP, and if you want FTP + security, you have your
choice of the following IETF-approved security methods:
Kerberos IV
Kerberos V
SSL/TLS
Stanford Secure Remote Password (SRP)
Obviously, these require a server that uses one or more of the same
security methods.
- Frank